-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Queued betting #28
Comments
This can be handling multiple problems. How many times you got multiple bet simultaneously? I think It's really rare that It's happened. Twitch-Channel-Points-Miner-v2/TwitchChannelPointsMiner/classes/TwitchBrowser.py Line 267 in 3357c3b
Twitch-Channel-Points-Miner-v2/TwitchChannelPointsMiner/classes/TwitchBrowser.py Line 302 in 3357c3b
One after the other, instead of the current system:
And see if it works |
…-up the bet system so we don't need to make a pause and skip others bet -- https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/issues/28\#issuecomment-771075169 #28
As far as how often does this happen, I agree normally its rare. |
…-up the bet system so we don't need to make a pause and skip others bet -- https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/issues/28\#issuecomment-771075169 #28
Currently you can not bet on a second bet until the initial closes/completes.
Is it possible to put all betting opportunities into a holding list.
Stay focused on one bet until the bet is made ~90 seconds (then hand it off for another process to deal with completion).
Take the next oldest betting opportunity from the holding list and check if it's newer than 90seconds (current bet wait time)
If newer than 90s then wait for prediction time to pass to 90s and place bet, else drop bet as missed.
(repeat until list empty)
This would mean splitting the information collection of finished bets to a separate check/thread (if it isn't already)
No interaction is required this is for user feedback report only.
The text was updated successfully, but these errors were encountered: